Skip to main content

4137|Non NLL Allocation Report - By RM

FTP4 >> Cost Allocation >> Reports >> Non NLL Allocation Report - By RM

Applicable for roles

  • RMUSER (RM USER)
  • RMUSER_M (RMUSER Maker)
  • RMUSER_C (RMUSER Checker)

Parameters

Global

#ParametersExample
2✅ DenominationThousands

Local

#ParametersExample
1✅ From DateJanuary 2020
2✅ To DateDecember 2020
3✅ DisplayProfitability and Margin
4✅ Comparision TypeAbsolute

Report specific

  • This report is generated for consolidated currency.
  • No currency filter is applied for this report.

Report details

Screenshot

Screenshot

Report Behaviour

  1. In case data does not exist for the selected Period, a custom exception is thrown.
  2. In case Display Dropdown in not bound, it throws application error.

Logic

Formulas

#ValueFormula
1Branch
2Asset AverageFTPDimData --> sum(BalAmtHCY) Group by DimItemId where AorL = 'A' where AsOnMonth = @Month
3Liability AverageFTPDimData --> sum(BalAmtHCY) Group by DimItemId where AorL = 'L' where AsOnMonth = @Month
4Total BusinessAsset Average + Liability Average
5Total Non Interest IncomeDirect Income + Indirect Income
6Total Non Interest ExpenseDirect Cost + Indirect Cost
7Direct IncomeCAFinalOPData join CostCoaDef on CostCoaDefId = code --> sum(AllocatedAmount) Group by BRID where IsIncome = 'Y' and IsDirect = 'Y'
8Indirect IncomeCAFinalOPData join CostCoaDef on CostCoaDefId = code --> sum(AllocatedAmount) Group by BRID where IsIncome = 'Y' and IsDirect = 'N'
9Indirect Income Allocation Percentage(Indirect Income / sum(Indirect Income)) * 100
10Direct CostCAFinalOPData join CostCoaDef on CostCoaDefId = code --> sum(AllocatedAmount) Group by BRID where IsIncome = 'N' and IsDirect = 'Y'
11Indirect CostCAFinalOPData join CostCoaDef on CostCoaDefId = code --> sum(AllocatedAmount) Group by BRID where IsIncome = 'N' and IsDirect = 'N'
12Indirect Expense Allocation Percentage(Indirect Cost / sum(Indirect Cost)) * 100

Export

Export button at top right corner gives the option to download the report in 3 formats #|Format| ----|-------| 1|EXCEL| 2|CSV| 3|TXT|

Dependencies:

#Search/Dropdown FieldTable Or view UsedScreen available to add/editScreen details
1DisplaytblCommonCodesNo------
2First SettblCommonCodesNo------
3Second SettblCommonCodesNo------

Drill Down Reports

No Drilldown

Possible errors:

ErrorCodeErrorMessageCause of error
PLF04143Data does not exist for selected FTP Month or Customer Name.If Records not present for selected dates

Validation Errors

ErrorCodeErrorMessageCause of error
RegularExpressionValidatorInvalid input, please enter valid yearIf entered value in year text box is not in correct form
RequiredFieldValidatorField is mandatoryIf year text box is left empty
CustomValidatorSecond set Date should be greater then First set DateIf Second set date is less than first set date